projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fbcde7
)
(server-switch-buffer): Remove redundant check.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 11 Jun 2007 00:22:33 +0000
(
00:22
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 11 Jun 2007 00:22:33 +0000
(
00:22
+0000)
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index 690f51034f2c814a3eebaac445390b8a83f87546..2cf2a2e3953d008c489cdc05cd6ecc5c37a7bd68 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-735,8
+735,7
@@
Arg NEXT-BUFFER is a suggestion; if it is a live buffer, use it."
(select-window win)
(set-buffer next-buffer))
;; Otherwise, let's find an appropriate window.
- (cond ((and (windowp server-window)
- (window-live-p server-window))
+ (cond ((window-live-p server-window)
(select-window server-window))
((framep server-window)
(unless (frame-live-p server-window)